Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 12, 2025

This PR contains the following updates:

Package Change Age Confidence
@rjsf/core ^6.1.0 -> ^6.1.1 age confidence
@rjsf/utils ^6.1.0 -> ^6.1.1 age confidence
@rjsf/validator-ajv8 ^6.1.0 -> ^6.1.1 age confidence
@storybook/addon-onboarding (source) ^10.0.7 -> ^10.0.8 age confidence
@storybook/react-vite (source) ^10.0.7 -> ^10.0.8 age confidence
@types/chrome (source) ^0.1.28 -> ^0.1.31 age confidence
@types/react (source) ^19.2.3 -> ^19.2.6 age confidence
@types/socketcluster-client (source) ^19.1.0 -> ^19.1.1 age confidence
@typescript-eslint/eslint-plugin (source) ^8.46.4 -> ^8.47.0 age confidence
@typescript-eslint/parser (source) ^8.46.4 -> ^8.47.0 age confidence
anser ^2.3.2 -> ^2.3.3 age confidence
color ^5.0.2 -> ^5.0.3 age confidence
csstype ^3.1.3 -> ^3.2.3 age confidence
html-webpack-plugin ^5.6.4 -> ^5.6.5 age confidence
pnpm (source) 10.21.0 -> 10.22.0 age confidence
react-router-dom (source) ^7.9.5 -> ^7.9.6 age confidence
rimraf ^6.1.0 -> ^6.1.2 age confidence
storybook (source) ^10.0.7 -> ^10.0.8 age confidence
typescript-eslint (source) ^8.46.4 -> ^8.47.0 age confidence
vite (source) ^7.2.2 -> ^7.2.4 age confidence
webpack ^5.102.1 -> ^5.103.0 age confidence

Release Notes

rjsf-team/react-jsonschema-form (@​rjsf/core)

v6.1.1

Compare Source

@​rjsf/core

  • Updated ObjectField to get errors and formData by wrapping name in brackets to prevent names that have dots in them incorrectly getting data from a lower level, fixing #​3846

@​rjsf/shadcn

  • Updated package.json to copy css files to new resources directory

Dev / docs / playground

  • Updated the playground to use the css files for @rjsf/shadcn from the CDN connected with github, pointing to the new resources directory
  • Added new antdIconsReplacer.ts and used it in @rjsf/antd during build time to append .js onto imports of @antd/icons to fix es build issues on webpack and vite
storybookjs/storybook (@​storybook/addon-onboarding)

v10.0.8

Compare Source

10.0.8

storybookjs/storybook (@​storybook/react-vite)

v10.0.8

Compare Source

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.47.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unused-private-class-members] new extension rule (#​10913)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.47.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

IonicaBizau/anser (anser)

v2.3.3

Compare Source

Update documentation links

Qix-/color (color)

v5.0.3

Compare Source

Full Changelog: Qix-/color@5.0.2...5.0.3

frenic/csstype (csstype)

v3.2.3

Compare Source

v3.2.2

Compare Source

v3.2.1

Compare Source

v3.2.0

Compare Source

jantimon/html-webpack-plugin (html-webpack-plugin)

v5.6.5

Compare Source

pnpm/pnpm (pnpm)

v10.22.0: pnpm 10.22

Compare Source

Minor Changes

  • Added support for trustPolicyExclude #​10164.

    You can now list one or more specific packages or versions that pnpm should allow to install, even if those packages don't satisfy the trust policy requirement. For example:

    trustPolicy: no-downgrade
    trustPolicyExclude:
      - chokidar@4.0.3
      - webpack@4.47.0 || 5.102.1
  • Allow to override the engines field on publish by the publishConfig.engines field.

Patch Changes

  • Don't crash when two processes of pnpm are hardlinking the contents of a directory to the same destination simultaneously #​10179.

Platinum Sponsors

Bit

Gold Sponsors

Discord CodeRabbit Workleap
Stackblitz Vite
remix-run/react-router (react-router-dom)

v7.9.6

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.9.6
isaacs/rimraf (rimraf)

v6.1.2

Compare Source

v6.1.1

Compare Source

typescript-eslint/typescript-eslint (typescript-eslint)

v8.47.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

vitejs/vite (vite)

v7.2.4

Compare Source

Bug Fixes

v7.2.3

Compare Source

Bug Fixes
Performance Improvements
Miscellaneous Chores
webpack/webpack (webpack)

v5.103.0

Compare Source

Features
  • Added DotenvPlugin and top level dotenv option to enable this plugin
  • Added WebpackManifestPlugin
  • Added support the ignoreList option in devtool plugins
  • Allow to use custom javascript parse function
  • Added import.meta.env support for environment variables
  • Added support for import.meta.dirname and import.meta.filename
  • Added support import.defer() for statistical path
  • Handle import.meta.main
  • Added suport to setup named exports for JSON modules and disable usage named export for import file from "./file.json" with { type: "json" }
  • Added support __dirname/__filename/import.meta.dirname/import.meta.filename for universal target
  • [CSS] Added the exportType option with link (by default), "text" and css-style-sheet values
  • [CSS] Added support for composes properties
Fixes
  • The dependOn chunk must be loaded before the common chunk
  • Return to namespace import when the external request includes a specific export
  • No runtime extra runtime code for module libraries
  • Delay HMR accept dependencies to preserve import attributes
  • Properly handle external presets for universal target
  • Fixed incorrect identifier of import binding for module externals
  • Fixed when defer import and dynamic default export mixed
  • Reduce generated output when globalThis supported
  • Fixed loading async modules in defer import
  • Reexport module for default import when no used exports for systemjs library
  • Rename HarmonyExportDependencyParserPlugin exported id to CompatibilityPlugin tagged id
  • Handle __dirname and __filename for ES modules
  • Rename single nested __webpack_export__ and __webpack_require__ in already bundled code
  • [Types] webpack function type
  • [Types] NormalModule type
  • [Types] Multi compiler configuration type
  • [Types] Fixed regression in custom hashDigest type
  • [CSS] No extra runtime for initial chunk
  • [CSS] Fixed a lot of CSS modules bugs

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@changeset-bot
Copy link

changeset-bot bot commented Nov 12, 2025

⚠️ No Changeset found

Latest commit: 24ae412

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b310461 to b849fe5 Compare November 12, 2025 21:57
@renovate renovate bot changed the title chore(deps): update pnpm to v10.22.0 fix(deps): update all non-major dependencies Nov 12, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from 223319c to 2e1fb26 Compare November 20, 2025 01:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2e1fb26 to 814761b Compare November 20, 2025 09:03
@Methuselah96 Methuselah96 enabled auto-merge (squash) November 20, 2025 13:56
@Methuselah96 Methuselah96 merged commit aebfca4 into main Nov 20, 2025
1 check passed
@Methuselah96 Methuselah96 deleted the renovate/all-minor-patch branch November 20, 2025 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants